home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / atre27.exe / ATREE_27 / OCRDEMO2 / OCR.RCH < prev    next >
Text File  |  1992-08-01  |  5KB  |  112 lines

  1. /*****************************************************************************
  2.  ****                                                                     ****
  3.  **** ocr.rch                                                             ****
  4.  ****                                                                     ****
  5.  **** atree release 2.7 for Windows                                       ****
  6.  **** Adaptive Logic Network (ALN) simulation program.                    ****
  7.  **** Copyright (C) M. Thomas, N. Sanche, W.W. Armstrong 1991, 1992       ****
  8.  ****                                                               ****
  9.  **** License:                                                            ****
  10.  **** A royalty-free license is granted for the use of this software for  ****
  11.  **** NON_COMMERCIAL PURPOSES ONLY. The software may be copied and/or     ****
  12.  **** modified provided this notice appears in its entirety and unchanged ****
  13.  **** in all derived source programs.  Persons modifying the code are     ****
  14.  **** requested to state the date, the changes made and who made them     ****
  15.  **** in the modification history.                                        ****
  16.  ****                                                                     ****
  17.  **** Patent License:                                                     ****
  18.  **** The use of a digital circuit which transmits a signal indicating    ****
  19.  **** heuristic responsibility is protected by U. S. Patent 3,934,231     ****
  20.  **** and others assigned to Dendronic Decisions Limited of Edmonton,     ****
  21.  **** W. W. Armstrong, President.  A royalty-free license is granted      ****
  22.  **** by the company to use this patent for NON_COMMERCIAL PURPOSES to    ****
  23.  **** adapt logic trees using this program and its modifications.         ****
  24.  ****                                                                     ****
  25.  **** Limited Warranty:                                                   ****
  26.  **** This software is provided "as is" without warranty of any kind,     ****
  27.  **** either expressed or implied, including, but not limited to, the     ****
  28.  **** implied warrantees of merchantability and fitness for a particular  ****
  29.  **** purpose.  The entire risk as to the quality and performance of the  ****
  30.  **** program is with the user.  Neither the authors, nor the             ****
  31.  **** University of Alberta, its officers, agents, servants or employees  ****
  32.  **** shall be liable or responsible in any way for any damage to         ****
  33.  **** property or direct personal or consequential injury of any nature   ****
  34.  **** whatsoever that may be suffered or sustained by any licensee, user  ****
  35.  **** or any other party as a consequence of the use or disposition of    ****
  36.  **** this software.                                                      ****
  37.  **** Modification history:                                               ****
  38.  ****                                                                     ****
  39.  **** 92.04.27 atree v2.5 for Windows, M. Thomas                          ****
  40.  **** 92.03.07 Release 2.6, Monroe Thomas, Neal Sanche                    ****
  41.  **** 92.01.08 Release 2.7, Monroe Thomas, Neal Sanche                    ****
  42.  ****                                                                     ****
  43.  *****************************************************************************/
  44.  
  45. // ocr.rch  - resource script header
  46.  
  47. // edit letter dialog controls
  48. #define ID_HELPEDIT    101
  49. #define IDCOUNTER    11
  50. #define IDCLOCKWISE    10
  51. #define ID_COORDX 102
  52. #define ID_COORDY 103
  53. #define ID_EDITSCRL 104
  54.  
  55. // train dialog controls
  56. #define ID_TREESIZE 100
  57. #define ID_VOTERS 101
  58. #define ID_NUMSAMPLES 102
  59. #define ID_MAXEPOCHS 103
  60. #define ID_MINCORRECT 104
  61. #define ID_MAXROTATION 105
  62.  
  63. // button controls
  64. #define OCR_START    200
  65. #define OCR_STOP    201
  66. #define OCR_REVERSE    202
  67. #define OCR_FORGET    203
  68. #define OCR_TRAIN    204
  69. #define OCR_ABOUT    205
  70. #define OCR_QUIT    206
  71. #define OCR_RESET    207
  72. #define OCR_EDITA 208
  73. #define OCR_EDITL 209
  74. #define OCR_EDITN 210
  75. #define OCR_HELP    211
  76.  
  77. // static controls
  78. #define OCR_STATUS    220
  79. #define OCR_TRAINPCT    221
  80. #define OCR_CORRECT    222
  81. #define OCR_INCORRECT    223
  82.  
  83. // drawbitmap controls
  84. #define OCR_DRAWCHAR    230
  85.  
  86. // bitmap controls
  87. #define OCR_LIGHTBULB_A    240
  88. #define OCR_LIGHTBULB_L    241
  89. #define OCR_LIGHTBULB_N    242
  90. #define OCR_BITMAP    243
  91. #define OCR_DRAW_A 250
  92. #define OCR_DRAW_L 251
  93. #define OCR_DRAW_N 252
  94.  
  95. // bitmaps
  96. #define OCR_LETTER_A    260
  97. #define OCR_LETTER_L    261
  98. #define OCR_LETTER_N    262
  99. #define OCR_LETTER_CLEAR    263
  100. #define OCR_LIGHTON        264
  101. #define OCR_LIGHTOFF    265
  102.  
  103. // icons
  104. #define ATREE_ICON    110
  105.  
  106. // dialogs
  107. #define OCR                        300
  108. #define OCR_ABOUTDLG    301
  109. #define OCR_TRAINSET     302
  110. #define OCR_EDITCHAR    303
  111. #define OCR_TRAINDLG  304
  112. #define OCR_DRAWHELP  305